home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1999 January / Electronic Clipper 1999-01.iso / Idea Source® / main.dir / 00072_hand.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  131 b   |  13 lines

  1. on mouseEnter me
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave me
  6.   cursor(-1)
  7. end
  8.  
  9. on mouseDown me
  10.   puppetSound(2, "button")
  11.   cursor(-1)
  12. end
  13.